Pixel Matrix
A Pixel Matrix file should include the following required data:
- Number - the fixture number of the required fixture within the project
- X - the x coordinate within the pixel matrix
- Y - the y coordinate within the pixel matrix
The following columns are optional
- Angle - the angle of a compound fixture within the pixel matrix
- Ignore - columns within the file which can be ignored
Example
The data below will create a Pixel Matrix with fixtures 1-7 in a vertical line.
| Number,X,Y |
| 1,1,2 |
| 2,1,3 |
| 3,1,4 |
| 4,1,5 |
| 5,1,6 |
| 6,1,7 |
| 7,1,8 |